Platform Explorer / Nuxeo Platform 5.8

Contribution org.nuxeo.ecm.poll.layouts--filters

This contribution is part of XML component org.nuxeo.ecm.poll.layouts inside nuxeo-poll-web-5.8.jar

Extension Point

Extension point filters of component ActionService.

Contributed Items

  • <filter id="isPoll">
          <rule grant="true">
            <type>Poll</type>
          </rule>
        </filter>
  • <filter id="isNotPoll">
          <rule grant="false">
            <type>Poll</type>
          </rule>
        </filter>

XML Source

<extension point="filters" target="org.nuxeo.ecm.platform.actions.ActionService">

    <filter id="isPoll">
      <rule grant="true">
        <type>Poll</type>
      </rule>
    </filter>

    <filter id="isNotPoll">
      <rule grant="false">
        <type>Poll</type>
      </rule>
    </filter>

  </extension>